vcProcessSetPropertyStatement

A statement that sets the value of a property. The property can be in the process that owns this statement, or in an object higher up in the object hierarchy.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
TargetPropertyStringRWGets or sets the name of variable to assign a value to.
ValueExpressionvcPropertyRGets an expression that, when evaluated, returns the value to assign to TargetProperty.